projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a6cdc
)
socfpga: boot0 hook: adjust to unified boot0 semantics
author
Philipp Tomsich
<
[email protected]
>
Tue, 10 Oct 2017 14:21:07 +0000
(16:21 +0200)
committer
Philipp Tomsich
<
[email protected]
>
Tue, 21 Nov 2017 22:57:21 +0000
(23:57 +0100)
With the updated boot0 semantics (i.e. giving the boot0-hook control
over when and where the vector table is emitted), the boot0-hook for
the socfpga needs to be adjusted.
Signed-off-by: Philipp Tomsich <
[email protected]
>
arch/arm/mach-socfpga/include/mach/boot0.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/include/mach/boot0.h
b/arch/arm/mach-socfpga/include/mach/boot0.h
index 22d9e7f7afbeee27aa0473b926a3b231d0dc209c..d6b9435d333c4d9729ad0392cba6f68e5bff7b74 100644
(file)
--- a/
arch/arm/mach-socfpga/include/mach/boot0.h
+++ b/
arch/arm/mach-socfpga/include/mach/boot0.h
@@
-7,6
+7,9
@@
#ifndef __BOOT0_H
#define __BOOT0_H
+_start:
+ ARM_VECTORS
+
#ifdef CONFIG_SPL_BUILD
.balignl 64,0xf33db33f;